forum

Home / DeveloperSection / Forums / Bootstrap datepicker hide after selection

Bootstrap datepicker hide after selection

Anonymous User 1377 23-May-2018

I want to hide the date picker after date selection

$('#dp1').datepicker({

    format: 'mm-dd-yyyy',
    startDate: '-15d',
    autoclose: true,
    endDate: '+0d' // there's no convenient "right now" notation yet
});

Any help would be appreciated.


Updated on 06-Jun-2018
I am a content writter !

Can you answer this question?


Answer

2 Answers

Liked By